home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / tcomm6.zip / LCLIB.EXE / LITECOMM.ERR < prev    next >
Text File  |  1991-08-08  |  655b  |  26 lines

  1. /*
  2. **    litecomm.err - Copyright (c) 1991 - Information Technology, Ltd.
  3. **                 All Rights Reserved
  4. **
  5. **            LiteComm error defines
  6. */
  7. #ifndef LITECOMM_ERR            /* if not already included        */
  8. #define LITECOMM_ERR    1
  9.  
  10. #define _LC_NOERROR 0                    /* no error detected */
  11.  
  12. #define _LC_NOMEM    1                    /* unable to allocate memory */
  13. #define    _LC_BADPORT    2                    /* not a valid port */
  14.  
  15. #define _LC_BADPARM 100                    /* bad parameter passed */
  16. #define _LC_BADPARITY 101
  17. #define _LC_BADBITS 102
  18. #define _LC_BADSTOP 103
  19.  
  20. #define _LC_BUFEMPTY 200
  21. #define _LC_BUFFULL 201
  22. #define _LC_SIGNAL 202
  23. #define _LC_TIMEOUT 203
  24. #define _LC_USERABORT 204
  25. #endif
  26.